File: w_debuglog.srw
Size: 341
Date: Sun, 16 Mar 2025 05:42:20 +0100
//objectcomments Extension display debuglog utility window used by the debug service
forward
global type w_debuglog from pfc_w_debuglog
end type
end forward

global type w_debuglog from pfc_w_debuglog
end type
global w_debuglog w_debuglog

on w_debuglog.create
call super::create
end on

on w_debuglog.destroy
call super::destroy
end on